summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-10-12 05:08:41 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-10-13 18:55:41 +0200
commit9b961dddb4445c1a51d922d0436a325630ca6d72 (patch)
tree2beeeee8a5d30b3e147854457cc891f5af68d5ad
parentandroid: Update dependencies (diff)
downloadyuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar
yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.gz
yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.bz2
yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.lz
yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.xz
yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.tar.zst
yuzu-9b961dddb4445c1a51d922d0436a325630ca6d72.zip
-rw-r--r--src/android/app/src/main/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml
index 832c08e15..a67351727 100644
--- a/src/android/app/src/main/AndroidManifest.xml
+++ b/src/android/app/src/main/AndroidManifest.xml
@@ -28,7 +28,6 @@ SPDX-License-Identifier: GPL-3.0-or-later
android:appCategory="game"
android:localeConfig="@xml/locales_config"
android:banner="@drawable/tv_banner"
- android:extractNativeLibs="true"
android:fullBackupContent="@xml/data_extraction_rules"
android:dataExtractionRules="@xml/data_extraction_rules_api_31"
android:enableOnBackInvokedCallback="true">